home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / thelock.ex_ / 0 / RCDATA / TEXPIRED / TEXPIRED.txt
Text File  |  1997-01-05  |  775b  |  43 lines

  1. object expired: Texpired
  2.   Left = 516
  3.   Top = 505
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 85
  8.   ClientWidth = 166
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 153
  21.     Height = 41
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 24
  27.     Width = 121
  28.     Height = 13
  29.     Caption = 'This program has expired.'
  30.   end
  31.   object OKBtn: TButton
  32.     Left = 84
  33.     Top = 56
  34.     Width = 75
  35.     Height = 25
  36.     Caption = '&OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 0
  40.     OnClick = OKBtnClick
  41.   end
  42. end
  43.